Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
JavaScript Tutorial
1) Animation
2) Array
3) Date
4) Development
5) Dialogs
6) Document
7) Dojo Toolkit
8) DOM Node
9) Drag Drop
10) Event
11) Form
12) Function
13) Global
14) GUI Components
15) History
16) HTML Tags
17) JQuery
18) Language Basics
19) Location
20) Math
21) MS JScript
22) Navigator
23) Number Data Type
24) Object Oriented
25) Operators
26) Regular Expressions
27) Screen
28) Statement
29) String
30) Style
31) Window
32) XML
Operators
1) ! (Logical NOT)
2) != (Not Equal)
3) !== (Non-Identity)
4) %= (Modulus Assignment)
5) (Bitwise OR)
6) (Greater Than)
7) (Less Than)
8) (Logical OR)
9) (Shift Left)
10) (Shift Right with Sign)
11) (Shift Right Zero Fill)
12) , (Comma)
13) ^= (Bitwise Exclusive OR Assignment)
14) ~ (Bitwise NOT)
15) + (Addition) with data type conversion
16) += (Addition Assignment)
17) = (Bitwise OR Assignment)
18) = (Division Assignment)
19) = (Greater Than or Equal)
20) = (Less Than or Equal)
21) = (Multiplication Assignment)
22) = (Shift Left Assignment)
23) = (Shift Right with Sign Assignment)
24) = (Shift Right Zero Fill Assignment)
25) ===(Identity)
26) A Comparison Operator returns boolean variable
27) Add string and integer together
28) Advanced Assignment Operators
29) Append two strings together
30) Arithmetic operator in action
31) Arithmetic Operators (+)
32) Assignment by Value Versus by Reference
33) Assignment operator
34) Bitwise AND Truth Table
35) Bitwise Exclusive OR Truth Table
36) Bitwise Operators
37) Compound assignment operators
38) Conditional Operator
39) Delete
40) Division ()
41) Equal and Not Equal
42) Equal Operator
43) Finding the absolute value
44) Get variable type
45) Identically Equal and Not Identically Equal
46) JavaScript provides three Boolean operators
47) Logical AND
48) Mod operator in action
49) Modulus (%)
50) Multiplication ()
51) New
52) Not identically equal operator
53) Operator order in action
54) Operator Precedence from highest to lowest
55) Post-Decrement
56) Postfix operator
57) Postfix operator 2
58) Post-Increment
59) Pre-Decrement
60) Prefix operator
61) Prefix operator 2
62) Pre-Increment
63) String and addition operator (+)
64) Subtraction (-)
65) Tenary operator
66) The Conditional Operator and if Statement
67) The Typeof Operator
68) Typeof
69) Typeof a variable
70) Unary Negation
71) Use logical NOT to control the loop
72) Using Bitwise Exclusive OR Plus Assignment Operator
73) Using the Bitwise AND Operator
74) Using the Bitwise AND Plus Assignment Operator
75) Using the Bitwise Exclusive OR Operator
76) Using the Bitwise Exclusive OR Operator (2)
77) Working With JavaScript Divide Operators
78) X += 2 (Compound Plus)
79) X = 2 (Compound Multiply)
80) X -= 2 (Compound Subtraction)
81) X = 2 (Multiply Divide)